home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / The Library / The Library.rsrc / CSTR_15657_nextMarkCSTR < prev    next >
Text File  |  1994-09-21  |  271b  |  9 lines

  1. global tct,H,T,Bname
  2. getvalues
  3. if H│2 then
  4. repeat with a=2 to H
  5. if line a of fld "marked cards">T then exit repeat
  6. end repeat
  7. if a=H and line H of fld "marked Cards"▓T then go cd ((line 2 of fld "marked cards")+tct)
  8. else go cd ((line a of fld "marked cards")+tct)
  9. end if